home *** CD-ROM | disk | FTP | other *** search
- global sc, gTimer
-
- on startMovie
- cursor(0)
- set the timeoutLength to 5 * 60 * 60
- tell window("miaw")
- if the soundEnabled = 1 then
- member("loop").volume = 150
- play frame member("loop")
- end if
- end tell
- end
-
- on soundchoice me
- if sc = 1 then
- set the soundLevel to 7
- sc = 0
- tell window("miaw")
- member("loop").volume = 0
- pause(member("loop"))
- end tell
- else
- set the soundLevel to 0
- sc = 1
- tell window("miaw")
- member("loop").volume = 150
- play frame member("loop")
- end tell
- end if
- end
-
- on timeout
- play movie "show.dir"
- end
-